home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / libs / pplib020.lha / PPLoadSeg020.doc < prev   
Text File  |  1997-07-19  |  1KB  |  45 lines

  1.  
  2. PPLoadseg 2.1 (39.1) is based on v37.4 which was I believe the final
  3. version written by Nico François, back in 1991 (Six years ago!)
  4.  
  5. Changes:
  6.  
  7. o Many small optimisations.
  8.  
  9. o Patch now uses 68020+ opcodes for slight speed increase, and a few
  10.   bytes less memory usage
  11.  
  12. o Now uses DECR_NONE, instead of DECR_POINTER. This will prevent all
  13.   those boot-pictures that use more than 16 colours from flashing.
  14.  
  15. o Made all code PC relative, making the file lots smaller (No reloc-tables)
  16.  
  17. o Now uses OpenLibrary instead of OldOpenLibrary.
  18.   (No difference, just more 90's IMHO)
  19.  
  20. o Uses a global PrintTxt routine to cut down the size a little.
  21.  
  22. o Caches cleared after installing patches, as there is self-modifying
  23.   code in use.
  24.  
  25. o Zero data moved to end of hunks to allow BSS areas to be used.
  26.  
  27.  
  28. Future:
  29.  
  30. o I may remove the 1.3 compatability in the next few weeks. Depends how
  31.   many of you 1.3 users want to contact me. If enough people do, then I'll
  32.   Leave it in.
  33.  
  34. o Add support for reloc32short hunks
  35.  
  36. o Maybe change to use xfdmaster.library instead of powerpacker, which will
  37.   let you pack your loadseg'd files with just about any data packer.
  38.  
  39.  
  40. Release info
  41.  
  42.  
  43. 39.0 12.4.97  - Initial release.
  44. 39.1 19.7.97  - Enabled ALL of phxass optimisations
  45.